Removed spurious comment (obsoleted by ;;;###autoload).
authorEric S. Raymond <esr@snark.thyrsus.com>
Wed, 28 Apr 1993 17:08:14 +0000 (17:08 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Wed, 28 Apr 1993 17:08:14 +0000 (17:08 +0000)
lisp/textmodes/tex-mode.el

index 28e0284c69dc168f17ea23cbfee1267ec3124a21..a3586d87ce18ac1f8d9a6bc264d71195c4d4194c 100644 (file)
@@ -214,8 +214,6 @@ Set by \\[tex-region], \\[tex-buffer], and \\[tex-file].")
 (defvar tex-shell-map nil
   "Keymap for the tex-shell.  A comint-mode-map with a few additions.")
 
-;(defalias 'TeX-mode 'tex-mode)                ;in loaddefs.
-
 (defvar compare-windows-whitespace nil)        ; Pacify the byte-compiler
 
 ;;; This would be a lot simpler if we just used a regexp search,
@@ -245,6 +243,7 @@ is used."
                       'plain-tex-mode))))
     (if mode (funcall mode)
       (funcall tex-default-mode))))
+
 ;;;###autoload
 (defalias 'TeX-mode 'tex-mode)
 ;;;###autoload